home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 1.4 KB | 39 lines | [TEXT/EDIT] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- Small HISTORY of SmallEiffel
-
- - Release - 0.99 - Saturday February 17 1996
- The first version available on the net.
- Before to be available, the very first SmallEiffel has been
- tested by students of the University Henri Poincare'
-
- - Release - 0.98 - Friday March 15 1996
- Command 'pretty' added. Implements expanded.
-
- - Release - 0.97 - Thursday May 2 1996
- Inside of compiler cleaned. Pre-Computing of some once functions.
- Added class COLLECTION, LINK_LIST and FIXED_ARRAY in lib_std.
-
- - Release - 0.96 - Friday May 10 1996
- Internal renaming to suppress some warning messages and for a
- smooth integration with C++ software. DOS and Macintosh better
- portability.
-
- - Release - 0.95 - Thursday May 30 1996
- It is now possible to inherit ARRAY.
- It is now possible to inherit STRING.
- Flag -cc of `compile_to_c' has changed.
- The PLATFORM class is now conform to ELKS95.
- Added feature `twin' (like the one of TowerEiffel) in GENERAL.
- Added to_external/from_external in STRING.
- Fixed some bugs in once precomputed routines.
-
- - Release - 0.94 - ??? April ?? 1996
- Fixed some bugs with conformance rule VNCG.
- Static expressions are used to detect pre-computable once.
- Added to_external/from_external in ARRAY and FIXED_ARRAY.
- Fixed a bug for inheritance of ARRAY or FIXED_ARRAY.
-
-
-